You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > StripNanAndInf Method > TVec.StripNanAndInf Method ([In] TMtxVec, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.StripNanAndInf Method ([In] TMtxVec, int, int)

Copies only those values from Src[SrcIndex.. SrcIndex+Len-1], which are not NAN or INF.

Syntax
C#
Visual Basic
public TMtxVec StripNanAndInf([In] TMtxVec Src, int SrcIndex, int Len);

The length of the Self is set to match the count of matching values.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!